home *** CD-ROM | disk | FTP | other *** search
-
- activeBreadboard. setAnimatePoint ( 225 , 5 )
- activeBreadboard. stampAndMove ( "TextBoxEngine" , "titleTextBox" )
- titleTextBox. setText ( "NeuroSolutions Demos" )
- titleTextBox. setColor ( 0 , 0 , 255 )
- titleTextBox. setItalic ( TRUE )
- titleTextBox. setBold ( TRUE )
- titleTextBox. setPadding ( 1 )
- titleTextBox. setHeight ( 35 )
- titleTextBox. setWidth ( 320 )
- titleTextBox. setPosition ( 1 )
- titleTextBox. setBorderType ( 0 )
- titleTextBox. setTransparent ( TRUE )
- titleTextBox. setFontSize ( 36 )
- titleTextBox. setMacroAction ( 1 )
- titleTextBox. setEditModeEnabled ( FALSE )
-
- descriptionPath = macro. pathFromMacro ( "DemoDescriptions.txt" )
- activeBreadboard. setAnimatePoint ( 35 , 50 )
- activeBreadboard. stampAndMove ( "TextBoxEngine" , "demo1" )
- activeBreadboard. select ( "demo1" , FALSE )
- demo1. setAutosize ( FALSE )
- demo1. setHeight ( 18 )
- demo1. setWidth ( 300 )
- demo1. setBorderType ( 5 )
- demo1. setBackgroundColor ( 192 , 192 , 192 )
- demo1. setColor ( 0 , 0 , 255 )
- demo1. setFontSize (18 )
- demo1. setBold ( TRUE )
- demo1. setItalic ( TRUE )
- demo1. setMacroAction ( 1 )
- demo1. setTextFromFile ( descriptionPath, 0 )
- demoMacroPath = macro. pathFromMacro ( "OnDemoButton.nsm" )
- demo1. setMacroPath ( demoMacroPath )
- demo1. moveBy (-1, 0 )
- demo1. setEditModeEnabled ( FALSE )
-
- activeBreadboard. select ( "demo1" , FALSE )
- activeBreadboard. copySelection ( )
- activeBreadboard. select ( "NULL" , FALSE )
- activeBreadboard. setAnimatePoint ( 35 , 80 )
- activeBreadboard. pasteToSelection ( )
- demo2. setTextFromFile ( descriptionPath, 0 )
- activeBreadboard. setAnimatePoint ( 35 , 110 )
- activeBreadboard. pasteToSelection ( )
- demo3. setTextFromFile ( descriptionPath, 0 )
- activeBreadboard. setAnimatePoint ( 35 , 140 )
- activeBreadboard. pasteToSelection ( )
- demo4. setTextFromFile ( descriptionPath, 0 )
- activeBreadboard. setAnimatePoint ( 35 , 170 )
- activeBreadboard. pasteToSelection ( )
- demo5. setTextFromFile ( descriptionPath, 0 )
- activeBreadboard. setAnimatePoint ( 35 , 200 )
- activeBreadboard. pasteToSelection ( )
- demo6. setTextFromFile ( descriptionPath, 0 )
-
- activeBreadboard. setAnimatePoint ( 35 , 230 )
- activeBreadboard. pasteToSelection ( )
- demo7. setTextFromFile ( descriptionPath, 0 )
- activeBreadboard. setAnimatePoint ( 35 , 260 )
- activeBreadboard. pasteToSelection ( )
- demo8. setTextFromFile ( descriptionPath, 0 )
- activeBreadboard. setAnimatePoint ( 35 , 290 )
- activeBreadboard. pasteToSelection ( )
- demo9. setTextFromFile ( descriptionPath, 0 )
- activeBreadboard. setAnimatePoint ( 35 , 320 )
- activeBreadboard. pasteToSelection ( )
- demo10. setTextFromFile ( descriptionPath, 0 )
- activeBreadboard. setAnimatePoint ( 430 , 50 )
- activeBreadboard. pasteToSelection ( )
- demo11. setTextFromFile ( descriptionPath, 0 )
- activeBreadboard. setAnimatePoint ( 430 , 80 )
- activeBreadboard. pasteToSelection ( )
- demo12. setTextFromFile ( descriptionPath, 0 )
-
- activeBreadboard. setAnimatePoint ( 430 , 110 )
- activeBreadboard. pasteToSelection ( )
- demo13. setTextFromFile ( descriptionPath, 0 )
- activeBreadboard. setAnimatePoint ( 430 , 140 )
- activeBreadboard. pasteToSelection ( )
- demo14. setTextFromFile ( descriptionPath, 0 )
- activeBreadboard. setAnimatePoint ( 430 , 170 )
- activeBreadboard. pasteToSelection ( )
- demo15. setTextFromFile ( descriptionPath, 0 )
- activeBreadboard. setAnimatePoint ( 430 , 200 )
- activeBreadboard. pasteToSelection ( )
- demo16. setTextFromFile ( descriptionPath, 0 )
- activeBreadboard. setAnimatePoint ( 430 , 230 )
- activeBreadboard. pasteToSelection ( )
- demo17. setTextFromFile ( descriptionPath, 0 )
- activeBreadboard.setAnimatePoint ( 430, 260 )
- activeBreadboard. pasteToSelection ( )
- demo18.setTextFromFile ( descriptionPath, 0 )
- activeBreadboard.setAnimatePoint ( 430, 290 )
- activeBreadboard. pasteToSelection ( )
- demo19.setTextFromFile ( descriptionPath, 0 )
-
- runButton. moveTo ( 369 , 105 )
- runButton. setAutosize ( FALSE )
- runButton. setText ( "R U N" )
- runButton. setFontSize ( 36 )
- runButton. setPadding ( 5 )
- runButton. setHeight ( 110 )
- runButton. setWidth ( 27 )
- runButton. setColor ( 255 , 0 , 0 )
- runButton. setBold ( TRUE )
- runButton. setItalic ( FALSE )
- runPath = macro. pathFromMacro ( "OnIntroduction.nsm" )
- runButton. setMacroPath ( runPath )
-
- activeBreadboard. setAnimatePoint ( 35 , 350 )
- activeBreadboard. stampAndMove ( "TextBoxEngine" , "descriptionTitleTextBox" )
- descriptionTitleTextBox. setAutosize ( TRUE )
- descriptionTitleTextBox. setItalic ( TRUE )
- descriptionTitleTextBox. setBold ( TRUE )
- descriptionTitleTextBox. setFontSize ( 18 )
- descriptionTitleTextBox. setBorderType ( 0 )
- descriptionTitleTextBox. setTransparent ( TRUE )
- descriptionTitleTextBox. setMacroAction ( 1 )
- descriptionTitleTextBox. setText ( "Description" )
- descriptionTitleTextBox. setEditModeEnabled ( FALSE )
-
- activeBreadboard. setAnimatePoint ( 35 , 370 )
- activeBreadboard. stampAndMove ( "TextBoxEngine" , "descriptionTextBox" )
- descriptionTextBox. setHeight ( 75 )
- descriptionTextBox. setWidth ( 700 )
- descriptionTextBox. setFontSize ( 18 )
- descriptionTextBox. setMacroAction ( 1 )
- descriptionTextBox. setBorderType ( 0 )
- descriptionTextBox. setTransparent ( True )
- descriptionTextBox. setEditModeEnabled ( FALSE )
-
- activeBreadboard. setAnimatePoint ( 711 , 13 )
- activeBreadboard. stampAndMove ( "ButtonEngine" , "helpButton" )
- helpButton. setFontSize ( 24 )
- helpButton. setPosition ( 1 )
- helpButton. setPadding ( 1 )
- helpButton. setColor ( 255 , 0 , 0 )
- helpButton.setBold ( TRUE )
- helpButton. setText ( "?" )
- helpPath = macro. pathFromMacro ( "OnHelp.nsm" )
- helpButton. setMacroPath ( helpPath )
- helpButton. setEditModeEnabled ( FALSE )
-
- activeBreadboard. setAnimatePoint ( 75 , 450 )
- activeBreadboard. stampAndMove ( "ButtonEngine" , "excelButton" )
- excelButton. setAutosize ( FALSE )
- excelButton. setPosition ( 1 )
- excelButton. setFontSize ( 18 )
- excelButton. setPadding ( 5 )
- excelButton. setBold ( TRUE )
- excelButton. setItalic ( TRUE )
- excelButton. setColor ( 255 , 0 , 0 )
- excelButton. setText ( "NeuroSolutions For Excel Demos..." )
- excelButton. setHeight ( 40 )
- excelButton. setWidth ( 180 )
- excelPath = macro. pathFromMacro ( "OnExcel.nsm" )
- excelButton. setMacroPath ( excelPath )
- excelButton. setEditModeEnabled ( FALSE )
-
- activeBreadboard. setAnimatePoint ( 295 , 450 )
- activeBreadboard. stampAndMove ( "ButtonEngine" , "cswButton" )
- cswButton. setAutosize ( FALSE )
- cswButton. setPosition ( 1 )
- cswButton. setFontSize ( 18 )
- cswButton. setPadding ( 5 )
- cswButton. setBold ( TRUE )
- cswButton. setItalic ( TRUE )
- cswButton. setColor ( 255 , 0 , 0 )
- cswButton. setText ( "Custom Solution Wizard Demo..." )
- cswButton. setHeight ( 40 )
- cswButton. setWidth ( 180 )
- cswPath = macro. pathFromMacro ( "OnCSW.nsm" )
- cswButton. setMacroPath ( cswPath )
- cswButton. setEditModeEnabled ( FALSE )
-
- activeBreadboard. setAnimatePoint ( 515 , 450 )
- activeBreadboard. stampAndMove ( "ButtonEngine" , "moreButton" )
- moreButton. setAutosize ( FALSE )
- moreButton. setPosition ( 1 )
- moreButton. setFontSize ( 18 )
- moreButton. setPadding ( 5 )
- moreButton. setBold ( TRUE )
- moreButton. setItalic ( TRUE )
- moreButton. setColor ( 255 , 0 , 0 )
- moreButton. setText ( "What to do after running the demos..." )
- moreButton. setHeight ( 40 )
- moreButton. setWidth ( 180 )
- morePath = macro. pathFromMacro ( "OnMore.nsm" )
- moreButton. setMacroPath ( morePath )
- moreButton. setEditModeEnabled ( FALSE )
-
- CurrentDemo. setName ( "activeDemo" )
- descriptionTextBox. setName ( CurrentDemo )
- CurrentDemo. setTextFromFile( descriptionPath , 1 )
- CurrentDemo. setName ( "descriptionTextBox" )
- activeDemo. setName ( CurrentDemo )
- CurrentDemo. setBorderType ( 10 )
- CurrentDemo. setColor ( 255 , 0 , 0 )
-
- activeBreadboard. unlockWindowUpdate()
-
-